#ups-banner {
    background: #F6F8FA;
    height: 380px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.swiper-slide {
    position: relative;
}

.swiper-slide .content {
    float: left;
    width: 438px;
    line-height: 26px;
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
    margin: 46px 860px;
}

@media screen and (max-width: 768px) {
    .swiper-slide .content {
        display: none;
    }
}

.swiper-slide .content .txt h3 {
    padding: 10px 0;
    color: rgba(51, 51, 51, 1);
    font-size: 26px;
}

.swiper-slide .content .txt p {
    margin: 5px 0 0;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
}

.swiper-slide .content .link {
    border-radius: 25px;
    display: block;
    background: #008369;
    transition: .2s background;
    color: #fff;
    font-family: "BerlingskeSans Bd", Tahoma, helvetica, arial, sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.1em;
    padding: 10px 30px 10px;
    float: right;
    margin: 16px 0;
    text-decoration: none;
}

.swiper-slide .content .link:hover {
    background: #006a55;
}

.img-fix {
    width: 584px;
    float: left;
    margin: -370px 230px;
}

.img-fix img {
    display: block;
    width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    background: none;
    top: auto;
    bottom: 30px;
}

.swiper-button-prev {
    left: 0;
    top: 190px;
}

.swiper-button-next {
    right: 40px;
    top: 190px;
}

.swiper-button-next:before,
.swiper-button-prev:before {
    font-family: "upsicons";
    position: absolute;
    display: block;
    height: 50px;
    width: 50px;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 50px;
    color: #dfdfdf;
    font-size: 50px;
}

.swiper-button-prev:before {
    content: '\e628';
}

.swiper-button-next:before {
    content: '\e62a';
}

.bottom-nav {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -6px;
    z-index: 10;
}

.ups-icon-videoplay {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    cursor: pointer;
}

.ups-icon-videoplay:before {
    font-family: "upsicons";
    content: "\e680";
    font-size: 28px;
    color: #dfdfdf;
}

.stop-status.ups-icon-videoplay:before {
    content: "\e681";
}

.swiper-pagination {
    position: relative;
    display: inline-block;
    height: 29px;
    vertical-align: middle;
}

#ups-banner .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: rgb(246, 248, 250);
    opacity: 1;
    box-sizing: border-box;
    border: 3px solid #dfdfdf;
    margin: 0 15px;
    vertical-align: middle;
}

#ups-banner .swiper-pagination-bullet-active {
    background: tomato;
}

@media (max-width: 767px) {
    .swiper-button-prev:before {
        content: '\e627';
    }
    .swiper-button-next:before {
        content: '\e629';
    }
    .swiper-button-next,
    .swiper-button-prev {
        bottom: 10px;
    }
    .swiper-button-next:before,
    .swiper-button-prev:before {
        font-size: 32px;
    }
    .bottom-nav {
        bottom: 10px;
    }
    #ups-banner .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        border-width: 2px;
        margin: 0 10px;
    }
    .ups-icon-videoplay {
        margin-right: 10px;
    }
}